Display the date and time in a human-friendly stringΒΆ
Display the date and time in a human-friendly string.
import time
print(time.ctime())
Output:
Mon Oct 15 07:25:59 2018
import time
print(time.ctime())
Output:
Mon Oct 15 07:25:59 2018